projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36de37f
)
rockchip: evb-rk3328: remove CONFIG_ENV_OFFSET
author
Kever Yang
<
[email protected]
>
Thu, 26 Oct 2017 06:45:02 +0000
(14:45 +0800)
committer
Philipp Tomsich
<
[email protected]
>
Wed, 1 Nov 2017 10:21:32 +0000
(11:21 +0100)
Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h
Signed-off-by: Kever Yang <
[email protected]
>
Acked-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
include/configs/evb_rk3328.h
patch
|
blob
|
history
diff --git
a/include/configs/evb_rk3328.h
b/include/configs/evb_rk3328.h
index c792ce55c14491a2870fbfbe50034b66063ef768..93b18b8c46e1504c9bb8796f6c7e66f342cf4b4a 100644
(file)
--- a/
include/configs/evb_rk3328.h
+++ b/
include/configs/evb_rk3328.h
@@
-10,12
+10,6
@@
#include <configs/rk3328_common.h>
#define CONFIG_SYS_MMC_ENV_DEV 1
-/*
- * SPL @ 32k for ~36k
- * ENV @ 96k
- * u-boot @ 128K
- */
-#define CONFIG_ENV_OFFSET (96 * 1024)
#define SDRAM_BANK_SIZE (2UL << 30)